This page is part of the FHIR Specification (v1.1.0: STU 3 Ballot 1). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions 
This is a frozen snapshot of the FHIR specification created for the purpose of balloting the GAO implementation Guide. It includes draft changes that may be part of the future DSTU 2.1 release but further change is expected. Readers should focus solely on the GAO implementation content, and FHIR DSTU 2 for other purposes.
USLab Panel Observation Profile Example: GC/CT Aptima 2 Combo panel
{
"resourceType": "Observation",
"id": "obs-uslab-example6",
"text": {
"fhir_comments": [
" FHIR build is generating the narratives\n<text>\n\t\t<status value=\"generated\"/>\n\t\t<div xmlns=\"http://www.w3.org/1999/xhtml\">\n\t\t\t<ul>\n\t\t\t\t<li>file: obs-uslab-example3.xml</li>\n\t\t\t\t<li>id: uslab-example3</li>\n\t\t\t\t<li>Name: USLab Observation Example3</li>\n\t\t\t\t<li>Description: USLab Other (String) Observation Profile Canonical Example: S aureus</li>\n\t\t\t</ul>\n\t\t</div>\n\t</text>\n ",
" extension for specimen reject goes here - not for this use case\n\t<extension url=\"http://hl7.org/fhir/StructureDefinition/uslab-specimenrejectreason\">\n\t\t<valueCodeableConcept>\n\t\t\t<coding>\n\t\t\t\t<system value=\"http://hl7.org/fhir/v2/0490\"/>\n\t\t\t\t<code value=\"EX\"/>\n\t\t\t\t<display value=\"Expired\"/>\n\t\t\t</coding>\n\t\t</valueCodeableConcept>\n\t</extension>\n ",
" extension for observation kind goes here "
],
"status": "generated",
"div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: obs-uslab-example6</p><p><b>identifier</b>: lab test result ID = 8901 (OFFICIAL)</p><p><b>status</b>: final</p><p><b>code</b>: GC CT RNA Panel <span>(Details : {LOINC code '64017-7' = 'Chlamydia trachomatis and Neisseria gonorrhoeae rRNA panel - Unspecified specimen by Probe and target amplification method', given as 'Chlamydia trachomatis and Neisseria gonorrhoeae rRNA panel - Unspecified specimen by Probe and target amplification method'}; {urn:oid:2.16.840.1.113883.3.72.5.24 code 'GCCTPCR' = '??', given as 'GC CT PCR'})</span></p><p><b>subject</b>: <a>Todd Lerr</a></p><p><b>effective</b>: 05/12/2014</p><p><b>issued</b>: 06/12/2014 3:42:15 PM</p><p><b>performer</b>: <a>Dr Leonard T Bloodraw Jr</a></p><p><b>specimen</b>: <a>Urine First Void</a></p><blockquote><p><b>related</b></p><p><b>type</b>: has-member</p><p><b>target</b>: <a>CT RNA</a></p></blockquote><blockquote><p><b>related</b></p><p><b>type</b>: has-member</p><p><b>target</b>: <a>GC-RNA</a></p></blockquote></div>"
},
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/uslab-observationkind",
"valueCode": "result"
}
],
"identifier": [
{
"use": "official",
"type": {
"text": "lab test result ID"
},
"system": "http://lis.acmelabs.org/identifiers/labtestresult",
"value": "8901"
}
],
"status": "final",
"code": {
"fhir_comments": [
" EH : The local and LOINC test codes go here "
],
"coding": [
{
"fhir_comments": [
" EH: LOINC code goes here ",
" EH: LOCAL code goes here "
],
"system": "http://loinc.org",
"code": "64017-7",
"display": "Chlamydia trachomatis and Neisseria gonorrhoeae rRNA panel - Unspecified specimen by Probe and target amplification method"
},
{
"system": "urn:oid:2.16.840.1.113883.3.72.5.24",
"code": "GCCTPCR",
"display": "GC CT PCR"
}
],
"text": "GC CT RNA Panel"
},
"subject": {
"reference": "Patient/patient-uslab-example1",
"display": "Todd Lerr"
},
"effectiveDateTime": "2014-12-05",
"_effectiveDateTime": {
"fhir_comments": [
" EH : NO value or interpretation for panel "
]
},
"issued": "2014-12-06T15:42:15-08:00",
"_issued": {
"fhir_comments": [
" EH: Showing dateTime to ss with TZO although only needed to Day "
]
},
"performer": [
{
"reference": "Practitioner/pract-uslab-example1",
"display": "Dr Leonard T Bloodraw Jr"
}
],
"specimen": {
"reference": "Specimen/spec-uslab-example2",
"display": "Urine First Void"
},
"related": [
{
"type": "has-member",
"target": {
"reference": "Observation/obs-uslab-example7",
"display": "CT RNA"
}
},
{
"type": "has-member",
"target": {
"reference": "Observation/obs-uslab-example2",
"display": "GC-RNA"
}
}
]
}
Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.